runtime.structfield.offset (method)

3 uses

	runtime (current package)
		alg.go#L185: 			h = typehash(f.typ, add(p, f.offset()), h)
		cgocall.go#L537: 			cgoCheckArg(f.typ, add(p, f.offset()), true, top, msg)
		type.go#L414: func (f *structfield) offset() uintptr {